home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat1 / nstats.z / nstats
Text File  |  1998-10-20  |  7KB  |  199 lines

  1.  
  2.  
  3.  
  4. nnnnssssttttaaaattttssss((((1111))))                                                            nnnnssssttttaaaattttssss((((1111))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      nnnnssssttttaaaattttssss - NUMA Memory Management Statistics
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      nstats [_n_o_d_e-_p_a_t_h] [----hhhhaaaavvvv] [----rrrr _c_o_m_m_a_n_d]
  13.  
  14.  
  15. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.      Display the absolute NUMA Memory Management statistics, or display the
  17.      relative NUMA Memory Management statistics after running a command.
  18.  
  19.  
  20. OOOOPPPPTTTTIIIIOOOONNNNSSSS
  21.      ----hhhh   Print a small summary of usage.
  22.  
  23.      ----aaaa   Print absolute statistics for all nodes in the system.
  24.  
  25.      ----rrrr   Run the command specified by _c_o_m_m_a_n_d and display the relative
  26.           statistics at the end of the command. Nstats samples the absolute
  27.           statistics before running the command and after running the command.
  28.           When the command exits, nstats displays the difference between the
  29.           two samples.
  30.  
  31.  
  32. OOOOUUUUTTTTPPPPUUUUTTTT
  33.      MMMMiiiiggggrrrraaaattttiiiioooonnnn TTTThhhhrrrreeeesssshhhhoooolllldddd
  34.           Current migration threshold for this node expressed as a percentage
  35.           of the maximum threshold supported by the memory reference counters.
  36.           This maximum threshold is shown by the sn(1) command, and it can be
  37.           set by the system administrator to be either 2047 or 524287. Only
  38.           machines with PREMIUMM directory memory support the higher value of
  39.           524287.  The migration threshold determines how aggressively the
  40.           system is trying to migrate memory to the nodes that are issuing
  41.           most memory accesses to a page of memory. Migration is requested
  42.           when the difference between the number of local accesses and the
  43.           number of remote accesses exceeds the number defined by the
  44.           mmmmiiiiggggrrrraaaattttiiiioooonnnn tttthhhhrrrreeeesssshhhhoooolllldddd.
  45.  
  46.  
  47.      CCCCoooouuuunnnntttteeeerrrr IIIInnnntttteeeerrrrrrrruuuuppppttttssss
  48.           This is the number of interrupts generated by the memory reference
  49.           counters, including interrupts for migration and interrupts for
  50.           updating the extended memory reference counters (refcnt(5)).
  51.  
  52.  
  53.      AAAAuuuuttttoooo MMMMiiiiggggrrrraaaattttiiiioooonnnnssss TTTToooo NNNNooooddddeeee
  54.           Number of pages automatically migrated to a node.
  55.  
  56.  
  57.      AAAAuuuuttttoooo MMMMiiiiggggrrrraaaattttiiiioooonnnnssss FFFFrrrroooommmm NNNNooooddddeeee
  58.           Number of pages automatically migrated out of a node.
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. nnnnssssttttaaaattttssss((((1111))))                                                            nnnnssssttttaaaattttssss((((1111))))
  71.  
  72.  
  73.  
  74.      AAAAuuuuttttoooo MMMMiiiiggggrrrraaaattttiiiioooonnnn SSSSkkkkiiiippppssss
  75.           Rejected automatic migration requests due to a page being frozen or
  76.           not in a migratable state.
  77.  
  78.  
  79.      UUUUsssseeeerrrr MMMMiiiiggggrrrraaaattttiiiioooonnnnssss TTTToooo NNNNooooddddeeee
  80.           Number of pages migrated to a node due to an explicit user migration
  81.           request.
  82.  
  83.  
  84.      UUUUsssseeeerrrr MMMMiiiiggggrrrraaaattttiiiioooonnnnssss FFFFrrrroooommmm NNNNooooddddeeee
  85.           Number of pages migrated out of a node due to an explicit user
  86.           migration request.
  87.  
  88.  
  89.      UUUUsssseeeerrrr MMMMiiiiggggrrrraaaattttiiiioooonnnn SSSSkkkkiiiippppssss
  90.           Rejected user migration requests due to a page being frozen or not
  91.           in a migratable state.
  92.  
  93.  
  94.      CCCCooooaaaallllDDDD MMMMiiiiggggrrrraaaattttiiiioooonnnnssss TTTToooo NNNNooooddddeeee
  95.           Number of pages migrated to a node due large page coalescing.
  96.  
  97.  
  98.      CCCCooooaaaallllDDDD MMMMiiiiggggrrrraaaattttiiiioooonnnnssss FFFFrrrroooommmm NNNNooooddddeeee
  99.           Number of pages migrated from a node due to large page coalescing.
  100.  
  101.  
  102.      CCCCooooaaaallllDDDD MMMMiiiiggggrrrraaaattttiiiioooonnnn SSSSkkkkiiiippppssss
  103.           Rejected large page coalescing migration requests due to a page
  104.           being frozen or not in a migratable state.
  105.  
  106.  
  107.      FFFFrrrroooozzzzeeeennnn PPPPaaaaggggeeeessss IIIInnnn NNNNooooddddeeee
  108.           Pages frozen due to excessive migration.
  109.  
  110.  
  111.      MMMMeeeelllltttteeeedddd PPPPaaaaggggeeeessss IIIInnnn NNNNooooddddeeee
  112.           Pages melted (unfrozen) after having been frozen for a period of
  113.           time.
  114.  
  115.  
  116. EEEEXXXXAAAAMMMMPPPPLLLLEEEE
  117.      To display the NUMA statistics for all nodes
  118.         $ nstats -a
  119.      To run a command and display NUMA statistics at the end
  120.         $ nstats -r ls -l
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. nnnnssssttttaaaattttssss((((1111))))                                                            nnnnssssttttaaaattttssss((((1111))))
  137.  
  138.  
  139.  
  140. RESTRICTIONS
  141.      All statistics are global.
  142.  
  143.  
  144.  
  145. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  146.      nnnnuuuummmmaaaa(5), rrrreeeeffffccccnnnntttt(5), ggggrrrr____ssssnnnn(1), ssssnnnn(1), ggggrrrr____nnnnssssttttaaaattttssss(1).
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.                                                                         PPPPaaaaggggeeee 3333
  196.  
  197.  
  198.  
  199.